Start value to make calculation
End value to make calculation
True if end is included, used for tick and range calculation
GetDiffBetweenValues Method (IDiscontinuousHelper<T>)
Calculates difference between two values taking gaps into account
Syntax
double GetDiffBetweenValues( 
   T startValue,
   T endValue,
   bool includeEnd
)

Parameters

startValue
Start value to make calculation
endValue
End value to make calculation
includeEnd
True if end is included, used for tick and range calculation
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also